home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / utils2 / syschk40.zip / SYSCHK.DOC < prev    next >
Text File  |  1994-08-08  |  16KB  |  324 lines

  1.  
  2.                                    SYSCHK
  3.  
  4.                    System Checkout for your personal computer
  5.  
  6.                                 Version 2.40
  7.                            Released August 8, 1994
  8.  
  9.                   Copyright 1994 by Advanced Personal Systems
  10.                              All rights reserved.
  11.  
  12.  
  13.  SYSCHK is a program that provides valuable information about devices installed
  14.  in your system. The following are some of the items SYSCHK will search for :
  15.  
  16.         - Computer model type including manufacturer if known
  17.         - Micro Processor including the Intel Pentium(tm)
  18.         - Complete IRQ listing including usage and availablity
  19.         - Detection of the older 80386 that had a 32-bit multiply bug
  20.         - Math Coprocessor type
  21.         - Microsoft Windows setup information
  22.         - Detection of slave 8259 Interrupt controller
  23.         - Presence of a real time clock
  24.         - Presence of a ISA, PCI, Micro Channel, or EISA bus
  25.         - System BIOS including source, date and size
  26.         - A listing of all known BIOS extensions in the system, and the
  27.           size of those BIOS
  28.         - Type of keyboard attached (84 key or 101 key) and keyboard status
  29.         - Type of mouse installed, number of buttons, and interrupt used
  30.         - Number of parallel ports in system and the base addresses
  31.         - Number of serial ports in system, base addresses and parameters of
  32.           the port including IRQ.
  33.         - Type of Serial port UART chip including 16550
  34.         - Complete information on any Network connection
  35.         - Hard disk size including tracks, heads, sectors and CMOS type
  36.         - Hard disk controller manufacturer
  37.         - Hard disk partition information
  38.         - Disk Cache info including hits and misses
  39.         - Floppy disk size and parameters
  40.         - Video type, chipset, video memory, and BIOS source
  41.         - Maximum video resolution and maximum color capability
  42.         - Amount of environment space used and available
  43.         - Amount of conventional, extended, and expanded memory
  44.         - Listing of all resident programs both conventional and UMB,
  45.           including size and location of those programs
  46.         - Listing of all non standard device drivers installed
  47.         - Throughput speed of system, taking into account CPU speed and
  48.           wait states
  49.         - Video and hard disk speed
  50.         - Listing of all CMOS values
  51.         - Lots more!
  52.  
  53. ------------------------------------------------------------------------------
  54. CREATING A CONFIGURATION PRINTOUT
  55. ------------------------------------------------------------------------------
  56.  
  57.    A hardcopy printout or file of your system's information is also available
  58.    as an option.  From the main menu, press "P" to enter the Printing Screen.
  59.    If you want the output to print out to your printer press "P" to print to
  60.    LPT1.  If you wish to create a file of the report, press "F" and then enter
  61.    the name of the file you would like the information stored in.
  62.  
  63.    - SYSCHK.INI File -
  64.    You may also want to configure your report by determining which information
  65.    you would like to have included.  If you press "S" a series of questions
  66.    will guide you through which information you want included or excluded from
  67.    the system report.  This will create a configuration file named SYSCHK.INI.
  68.  
  69.    If no SYSCHK.INI file is found then SysChk will simply print out its default
  70.    system report.  Most information is enabled by default except for the
  71.    CONFIG.SYS, AUTOEXEC.BAT, and CMOS values.
  72.  
  73.    You may also edit SYSCHK.INI manually with any text editor but should follow
  74.    the format mentioned above.
  75.  
  76.    Standard Output redirection is also available for use in batch files by
  77.    simply adding "/F" as a SysChk command line parameter.
  78.  
  79.    For example "SYSCHK /f > MyInfo.txt" will create a file called MYINFO.TXT
  80.    or "SYSCHK /f" will display a text file to the console screen.  You may
  81.    print a configuration file from within SYSCHK or enter "SYSCHK /f > lpt1"
  82.    to redirect the file to your LPT1 printer port.
  83.  
  84.    To automatically include the video speed and hard disk speed to your
  85.    configuration file include "/T" to test those devices without any user
  86.    intervention.
  87.  
  88.    If you wish to automatically add any text to the printout, create a file
  89.    called "COMMENTS.TXT" and place it in the same directory as SYSCHK. When you
  90.    printout a configuration sheet SYSCHK will automatically add that text to
  91.    the top of the printout.
  92.  
  93.    If you use the /F parameter and do not wish anything displayed on the
  94.    screen, use the /B option in addition to bypass the onscreen message.
  95.  
  96.    * Network Tip: If you want to obtain a hardware inventory of all your users
  97.      on a network you can load SysChk in the system login script in the form
  98.      "#SYSCHK /N" to store all user's system hardware configuration in a report
  99.      file with the last eight digits of their physical ID!
  100.  
  101. ------------------------------------------------------------------------------
  102. COMMAND LINE SWITCH SUMMARY
  103. ------------------------------------------------------------------------------
  104.  
  105.    /F - Redirects all output to Standard Output.  This allows you to
  106.         run SysChk in a batch file and create a configuration report
  107.         or output directly to a printer or the console.  For example,
  108.         to redirect to a file you would enter "SysChk /F > MyInfo.txt".
  109.  
  110.    /N - If you are connected to a Novell Network, creates a report file
  111.         with the physical ID as the filename. For example, if you enter
  112.         "SysChk /N" this will create a file named 12345678.dat if your
  113.         physical ID is 1234:5678.
  114.  
  115.    /B - If you also entered /F or /N for redirection and you need to bypass
  116.         any onscreen copyright messages, enter /F /B or /N /B to redirect
  117.         without any copyright messages to the screen.
  118.  
  119.    /T - Executes the video and disk speed tests if you also entered
  120.         /F for redirection.  This allows you to include the speed
  121.         ratings in your redirected file.
  122.  
  123.    /S - Disables detection of Hard Disk controllers. On some SCSI host
  124.         adapters, controller detection can cause the SCSI bus to hang.
  125.  
  126.    /V - Disables detection of video card's chipset which can occasionally
  127.         cause the system to hang.
  128.  
  129.    /I - Disables I/O IRQ detection.
  130.  
  131.    /U - Disables UMB detection.
  132.  
  133.    /M - Uses monochrome colors for display.
  134.  
  135.    /R - Creates record file SYSCHK.REC that includes execution trace for
  136.         debugging purposes.
  137.  
  138.    /? - Help Screen.
  139.  
  140.  
  141. ------------------------------------------------------------------------------
  142. SUPPORT
  143. ------------------------------------------------------------------------------
  144.  
  145.    Support questions may be submitted through CompuServe ID [70323,136] or
  146.    through Prodigy FCFN67A.
  147.  
  148. ------------------------------------------------------------------------------
  149. QUESTIONS AND ANSWERS
  150. ------------------------------------------------------------------------------
  151.    1. Why doesn't SysChk always report the I/O IRQ?
  152.  
  153.       Some parallel and serial ports do not issue an interrupt and is
  154.       therefore undetectable.  Instead of displaying the default value,
  155.       which may be incorrect, SysChk will display a "?".
  156.  
  157.       Detecting interrupt usage for the parallel and serial ports can often
  158.       cause the system to hang under certain conditions.  Therefore, under
  159.       the Windows DOS shell and OS/2 DOS shell, interrupt detection has been
  160.       disabled.
  161.  
  162.    2. Can I request additional features to be added to SysChk?
  163.  
  164.       If there are other features you would like to have added to SysChk please
  165.       write, E-Mail via CompuServe, or call and I will consider all requests!
  166.  
  167. ------------------------------------------------------------------------------
  168. REVISION HISTORY
  169. ------------------------------------------------------------------------------
  170.  
  171.    0.99 - Prerelease version to public domain, all items on a single page
  172.    2.00 to 2.23 - Various Beta versions released only to Beta users
  173.    2.24 - Official Shareware version first release (1991)
  174.    2.30 - Added environment memory information.
  175.           Combined Floppy and Hard drive information on one page.
  176.           Added module on Networks.
  177.           Added chipset information on VGA video cards.
  178.           Added presence detection of DOS 5 in HMA area.
  179.           Added presence of execution under Microsoft Windows.
  180.           Added detection of serial ports not originally found by BIOS.
  181.           Added option to save information to a file in addition to printer.
  182.           Added disk controller manufacturer information.
  183.           Added a few more model byte descriptions.
  184.           Fixed DOS version lower than 3.0 announcement bug.
  185.           Fixed bug with DISK module running with DR DOS 5.0.
  186.    2.31 - Added detection of OAK Technologies Video chipset
  187.    2.32 - Added detection of CPU clock speed
  188.           Added Network information to printer output
  189.           Added dectection of 8514/A
  190.           Added standard output redirection option to the parameter line.
  191.    2.33 - Fixed missing info of mouse and network in redirected output.
  192.           Added some more information on HMA and XMS.
  193.    2.34 - Fixed incorrect info on HMA area.
  194.           Shortend initialization time.
  195.           Changed speed bar to accomodate faster systems.
  196.           Added detection of Logitech and Mouse Systems mice.
  197.           Added detection of ISA or EISA bus type.
  198.           Added detection of MODEM on serial port.
  199.           Added detection of Sound Board.
  200.           Added detection of (some) SCSI Host Adapters. (Test disabled by
  201.                                                          entering Syschk /S)
  202.    2.35   Removed detection of Trident video boards (caused hangup).
  203.           Added Video Speed option.
  204.           Added detection of some S3 video chipsets.
  205.           Added detection of 80386SX CPU.
  206.           Added information on registration through CompuServe.
  207.    2.35a  Fixed problem with Video Speed reporting incorrect speed.
  208.    2.36   Added more partition names.
  209.           Added DOS revision number.
  210.           Added more information for Tseng 4000 video chipset.
  211.           Added the ability to automatically add comments to the printout.
  212.           Removed detection of disk controller under Windows Enhanced mode
  213.                   to prevent conflict with 32-bit Disk Access.
  214.           Added detection of additional installed hard disks.
  215.    2.37   Added average access speed of all hard disks.
  216.    2.38   Added detection of Intel Pentium(tm).
  217.           Added SysChk rating, a combination of other speed tests.
  218.           Added CD-ROM detection and MSCDEX version.
  219.           Added /M switch for monochrome displays.
  220.           Added additional SCSI Host Adapter Controllers and fixed detection
  221.                 problem.
  222.           Added Interrupt info for Serial and Parallel ports.
  223.           Added Maximum Video resolution and colors.
  224.           Added Network Shell version and type of memory used.
  225.           Added /R switch to create trace file SYSCHK.REC for debugging.
  226.    2.39   Added additional menu screens, accessable by left and right arrows.
  227.           Added IRQ active status and owners for all IRQs 0-15.
  228.           Added detecion of Media Vision Pro Audio Spectrum.
  229.           Improved Resident Map information.
  230.           Added Upper Memory Block TSR map.
  231.           Added Environment Variable listings.
  232.           Added Logical Drive information.
  233.           Added CMOS information.
  234.           Added detection of Plug and Play BIOS.
  235.           Added /B option to bypass any screen writes when redirecting output.
  236.           Removed Modem Detection due to false positives.
  237.           Added detection of PS/2 Mouse without driver.
  238.    2.40   Added /U switch to disable UMB detection.
  239.           Added detection of Compaq QVision video card.
  240.           Added detection of many more video card's chipsets.
  241.           Added detection of sound card DMA and IRQ.
  242.           Added detection of Adaptec AIC-7770 SCSI.
  243.           Added detection of PCI BIOS.
  244.           Added Novell NetWare network User listing
  245.           Added Disk Cache information
  246.           Added SYSCHK.INI file to configure system report
  247.           Added boot CONFIG.SYS and AUTOEXEC.BAT to system report
  248.                 (Off by default. Enable via the SYSCHK.INI file)
  249.           Added /N command line parameter to create report with Novell
  250.                 Physical ID filename.
  251.           Added Microsoft Windows Information module
  252.           Added detection of Game Port
  253.  
  254. ------------------------------------------------------------------------------
  255. REGISTRATION
  256. ------------------------------------------------------------------------------
  257.  
  258.    The registration fee for this shareware product is $29.00. For the
  259.    $29.00 registration fee you will be sent a registered version of SysChk
  260.    along with a free copy of the Advanced Personal System's Deluxe Utility Disk
  261.    with a number of handy utilities including a menu system, an easy to use
  262.    file viewer, a CMOS viewer, and lots more. In addition you will also
  263.    receive a special offer to upgrade to the Windows version of SysChk when
  264.    it is available.
  265.  
  266.    You can now register through CompuServe by entering "GO SWREG" and billing
  267.    your CompuServe account.  The registration ID# is 497.  Or if you like,
  268.    send in your name with a check or money order and your choice of diskette
  269.    size to:
  270.  
  271.                         Advanced Personal Systems
  272.                               105 Serra Way
  273.                                 Suite 418
  274.                            Milpitas, CA. 95035
  275.  
  276.                    (408) 298-3703    FAX (408) 945-0242
  277.  
  278.    Note: California residents please add 8.25% sales tax.
  279.  
  280.    If you are a Systems Integrator or VAR and are interested in providing
  281.    SysChk with your systems, please call for a special low cost licensing
  282.    fee.
  283.  
  284.    Thanks for your registration!
  285.  
  286. ------------------------------------------------------------------------------
  287. ASSOCIATION OF SHAREWARE PROFESSIONALS
  288. ------------------------------------------------------------------------------
  289.  
  290.                     _______
  291.                 ____|__     |               (tm)
  292.              --|       |    |-------------------
  293.                |   ____|__  |  Association of
  294.                |  |       |_|  Shareware
  295.                |__|   o   |    Professionals
  296.              -----|   |   |---------------------
  297.                   |___|___|    MEMBER
  298.  
  299.       This program is produced by a member of the Association of Shareware
  300.       Professionals (ASP). The ASP wants to make sure the shareware
  301.       principle works for you. If you are unable to resolve a
  302.       shareware-related problem with an ASP member by contacting the member
  303.       directly, the ASP may be able to help. The ASP Ombudsman can help you
  304.       resolve a dispute or problem with an ASP member, but does not provide
  305.       technical support for members' products. Please write to the ASP
  306.       Ombudsman at 545 Grover Road, Muskegon, MI 49442 or send a Compuserve
  307.       message via Compuserve Mail to ASP Ombudsman 70007,3536.
  308.  
  309. ------------------------------------------------------------------------------
  310. DISCLAIMER - AGREEMENT
  311. ------------------------------------------------------------------------------
  312.  
  313.      Advanced Personal Systems (APS) hereby disclaims all warranties
  314.      relating to this software, whether express or implied, including
  315.      without limitation any implied warranties of merchantability or
  316.      fitness for a particular purpose. APS will not be liable for any
  317.      special, incidental, consequential, indirect or similar damages
  318.      due to loss of data or any other reason, even if APS or an agent
  319.      of APS has been advised of the possibility of such damages.  In
  320.      no event shall APS's liability for any damages ever exceed the
  321.      price paid for the license to use software, regardless of the form
  322.      of the claim.  The person using the software bears all risk as to
  323.      the quality and performance of the software.
  324.